home *** CD-ROM | disk | FTP | other *** search
/ PC Users 1999 April / Cd Pc Users extra 19 abril 1999.iso / Prog / Inst / MagicFrm / magicfrm.exe / FRMPloyForm.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-01-20  |  1.7 KB  |  52 lines

  1. VERSION 5.00
  2. Object = "{B3ECB8C8-B046-11D2-B522-D0863DEC394B}#1.0#0"; "MagicFrm.ocx"
  3. Begin VB.Form FRMPloyForm 
  4.    ClientHeight    =   4935
  5.    ClientLeft      =   60
  6.    ClientTop       =   345
  7.    ClientWidth     =   5550
  8.    LinkTopic       =   "Form1"
  9.    ScaleHeight     =   4935
  10.    ScaleWidth      =   5550
  11.    StartUpPosition =   3  'Windows Default
  12.    Begin VB.CommandButton BTNEnd 
  13.       Caption         =   "Fim / End"
  14.       Height          =   435
  15.       Left            =   1980
  16.       TabIndex        =   0
  17.       Top             =   4380
  18.       Width           =   1455
  19.    End
  20.    Begin MagicForms.Poliform Poliform1 
  21.       Left            =   2040
  22.       Top             =   3480
  23.       _ExtentX        =   2223
  24.       _ExtentY        =   847
  25.       PolyX           =   "+050+062+082+082+101+090+101+082+082+062+050+038+018+018-001+010-001+018+018+038"
  26.       PolyY           =   "+104+088+094+074+067+050+033+026+006+012-004+012+006+026+033+050+066+074+094+088"
  27.       NumPolys        =   20
  28.    End
  29.    Begin VB.Label Label2 
  30.       Caption         =   $"FRMPloyForm.frx":0000
  31.       Height          =   1455
  32.       Left            =   1080
  33.       TabIndex        =   2
  34.       Top             =   1920
  35.       Width           =   3435
  36.    End
  37.    Begin VB.Label Label1 
  38.       Caption         =   $"FRMPloyForm.frx":011E
  39.       Height          =   1455
  40.       Left            =   1080
  41.       TabIndex        =   1
  42.       Top             =   420
  43.       Width           =   3435
  44.    End
  45. Attribute VB_Name = "FRMPloyForm"
  46. Attribute VB_GlobalNameSpace = False
  47. Attribute VB_Creatable = False
  48. Attribute VB_PredeclaredId = True
  49. Attribute VB_Exposed = False
  50. Private Sub BTNEnd_Click()
  51. End Sub
  52.